route.ts

route.ts

基本信息

  • 类型: API 路由
  • 路径: src/app/api/prompts/[id]/connections/route.ts

功能描述

Get all connections where this prompt is involved (source or target)

导出内容

  • 无显式导出

依赖导入

  • next/server
  • next/cache
  • @/lib/auth
  • @/lib/db
  • zod

详细说明

详见代码实现

← 返回目录